projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
172c6c1
)
emoji chooser: No emoji in the search entry
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 Sep 2017 12:45:51 +0000
(08:45 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 Sep 2017 12:48:47 +0000
(08:48 -0400)
Recursion is fun, but better avoided in the ui.
https://bugzilla.gnome.org/show_bug.cgi?id=786960
gtk/ui/gtkemojichooser.ui
patch
|
blob
|
history
diff --git
a/gtk/ui/gtkemojichooser.ui
b/gtk/ui/gtkemojichooser.ui
index 53f959a857c4187e096c6095dc6efa8094f0e686..4e85b9c10f56427543b523d4fd2a70a7d849b9a8 100644
(file)
--- a/
gtk/ui/gtkemojichooser.ui
+++ b/
gtk/ui/gtkemojichooser.ui
@@
-12,6
+12,7
@@
<child>
<object class="GtkSearchEntry" id="search_entry">
<property name="visible">1</property>
+ <property name="input-hints">no-emoji</property>
<signal name="search-changed" handler="search_changed"/>
</object>
</child>